home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / Shareware Plus / Comms / commsService 3.01 / AppleScripts / Parameter File Launch < prev    next >
Encoding:
Text File  |  1995-08-15  |  267 b   |  9 lines  |  [TEXT/ToyS]

  1. set FileToOpen to choose file with prompt "Select parameter file to use :" as string
  2. tell application "commsService"
  3.     try
  4.         set launchName to open FileToOpen
  5.     on error errMsg
  6.         beep
  7.         display dialog "commsService error - " & return & return & errMsg
  8.     end try
  9. end tell